home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / simple_tower_defense.swf / scripts / DefineButton2_77 / BUTTONCONDACTION on(release).as < prev    next >
Text File  |  2010-05-15  |  198b  |  10 lines

  1. on(release){
  2.    if(_root.cash >= 50)
  3.    {
  4.       duplicateMovieClip(_root.ft,"ft",16384 + _root.bn);
  5.       _root.ft.gotoAndStop(3);
  6.       _root.ft._rotation = 0;
  7.       _root.ton = 2;
  8.    }
  9. }
  10.